home *** CD-ROM | disk | FTP | other *** search
/ The Ultimate Frank Lloyd…ght - America's Architect / Ultimate Frank Lloyd Wright, The - America's Architect (1994)(Microsoft Home).iso / pre / flw / flwlt02.dir / 00034_Script_34 < prev    next >
Text File  |  1994-11-15  |  380b  |  20 lines

  1. global nowFrame, inFrame, ltQT
  2.  
  3. set nowFrame = "ltear872009°°°"
  4.  
  5. if nowFrame <> inframe then
  6.   cursor -1
  7.   set the movieRate of sprite 15 to 1
  8.   when mouseUp then nothing
  9.   set the castNum of sprite 23 to 1048
  10.   updateStage
  11.   set inFrame = nowFrame
  12.   set ltQT = TRUE
  13. end if
  14.  
  15. if the movieRate of sprite 15 = 0 then
  16.   go to (the frame + 1)
  17. end if
  18.  
  19. play the frame
  20.